home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / p01.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  152 b   |  10 lines

  1. on mouseDown
  2.   repeat with i = 1 to 6
  3.     if soundBusy(i) then
  4.       sound stop i
  5.     end if
  6.   end repeat
  7.   cursor(200)
  8.   go("welcomeBack", "main")
  9. end
  10.